home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / HTMLIB / HTMLIB.DOC < prev    next >
Encoding:
Text File  |  1997-03-06  |  1018 b   |  31 lines

  1. Hi All
  2.  
  3. This is the first version of the winpack htm gif library.
  4. ===========================================================================
  5. The idea of this is we all have a common list of gif files.
  6. So we can send html text files using images and know that the file will
  7. be available at the viewing end.
  8.  
  9. Right to install this
  10. make a directory (md) under winpack
  11. so you have \winpack\htmlib don't get that directory wrong!
  12. pkunzip this zip file into that directory and there you have it....
  13.  
  14. Ok the html bit....In your documents you could use somthing like the following
  15.  
  16. <IMG SRC="..\htmlib\inprog.gif">
  17.  
  18.  
  19. Technical Bit....
  20. ===========================================================================
  21. Winpack stores your html files for viewing in \winpack\temp
  22. the temp directory gets zapped every now and then by winpack for clearing
  23. up purposes.
  24.  
  25. So we use a directory which is one level lower than temp hence the ..\
  26. it's called htmlib making up ..\htmlib\then the filename....
  27.  
  28.  
  29.  
  30.  
  31.